home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 3 / ct-rom iiib.zip / ct-rom iiib / WINDOWS / UTILITY / DESKTOP / WINCAP / TRIDENT.MOD < prev    next >
Text File  |  1994-10-10  |  2KB  |  57 lines

  1. ;The following line is the text description of the video card
  2. TRIDENT 8800 & 8900 CHIPS
  3. ;
  4. ; The following table is information that is used by DosCapture.
  5. ;
  6. ; This is a description of how the table is organized.
  7. ;
  8. ; The FIRST column is MODE#. This is the video mode that the card is running
  9. ; in. Note that the MODE# is in hexadecimal.
  10. ;
  11. ; The SECOND column is TYPE. The type must be either 0 or 1. 0 means that the
  12. ; mode is a text mode. 1 means that the mode is a graphics mode.
  13. ;
  14. ; The THIRD column is HRES. In text mode this is the character width in pixels.
  15. ; IT MUST BE EITHER 8 or 9. If you set it to anything else, DosCapture will
  16. ; use 8. This field does not have to be filled in text mode unless you set
  17. ; the BPP field.
  18. ; In graphics mode this is the width of the screen in pixels.
  19. ;
  20. ; The FOURTH column is VRES. In text mode this is the character height in
  21. ; pixels. This field does not have to be filled in text mode unless you set
  22. ; the BPP field.
  23. ; In graphics mode this is the height of the screen in pixels.
  24. ;
  25. ; The FIFTH column is BPP. In graphics mode this is the number of bits per
  26. ; pixel of the mode. It must be either 4 or 8, a 4 means 16 colors. An 8 means
  27. ; 256 colors.
  28. ; In text mode this field is used to control DosCapture. It should normally be
  29. ; set to 0 (or left blank), but can be set to other values according to the 
  30. ; following list:
  31. ;   a 0 means operate normally, getting all information from your video card.
  32. ;   a 1 means override the video card's character size information and take
  33. ;       the information from this mode file.
  34. ;
  35. ;
  36. ;MODE#    TYPE    HRES    VRES   BPP
  37. 0,        0
  38. 1,        0
  39. 2,        0
  40. 3,        0
  41. 50,       0
  42. 51,       0,        8,     11,    1
  43. 52,       0
  44. 53,       0
  45. 54,       0
  46. 55,       0,        8,     11,    1
  47. 56,       0
  48. 57,       0
  49. 58,       0
  50. 59,       0,        9,     11,    1
  51. 5A,       0
  52. D,        1,      320,    200,    4
  53. E,        1,      640,    200,    4
  54. 10,       1,      640,    350,    4
  55. 12,       1,      640,    480,    4
  56. 13,       1,      320,    200,    8
  57.